Skip to content

feat: implement eth2util/signing helper#319

Closed
PoulavBhowmick03 wants to merge 1 commit intomainfrom
poulav/signer
Closed

feat: implement eth2util/signing helper#319
PoulavBhowmick03 wants to merge 1 commit intomainfrom
poulav/signer

Conversation

@PoulavBhowmick03
Copy link
Copy Markdown
Collaborator

Closes #168

}
}

async fn get_genesis(client: &EthBeaconNodeApiClient) -> Result<(Version, Root)> {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these functions should located in eth2api instead of signing

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With that, the signing here is closer to charon's signing. Also make the code can be reuse on other places.

@emlautarom1
Copy link
Copy Markdown
Collaborator

@iamquang95 Could you take over this PR?

@iamquang95
Copy link
Copy Markdown
Collaborator

Ok let me take this one

@iamquang95
Copy link
Copy Markdown
Collaborator

Since the code change is quite diverged from this PR, I will close this and open a new one here: #340

@iamquang95 iamquang95 closed this Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement eth2util/signing

3 participants